Skip to main content

urlResponse

Type

property

Summary

Returns the HTTP server response for a post, get, delete or put url operation.

Syntax

the urlResponse

Description

Use the urlResponse property to check the data returned by the server after an HTTP request.

All HTTP requests cause data to be sent to the server and data to be returned from the server. The urlResponse property allows you to access any data returned by the HTTP server in the last URL operation, the urlResponse property returns empty if the operation failed.

The HTTP requests which cause data to be returned by the urlResponse property are get, put, delete and post.

Examples

get the urlResponse
put the urlResponse into tURLContent

command: post, delete URL, put, get, delete

function: result

keyword: URL

Compatibility and Support

Introduced

LiveCode 3.5

OS

mac

windows

linux

ios

android

web

Platforms

desktop

server

mobile

Thank you for your feedback!

Was this page helpful?